Websydian v6.1 online documentationOnline documentation - Websydian v6.5

Item Entity

The Item entity describes the Items that can be ordered in the shop.

The Item entity is scoped under Cart. Refer to the introduction to the Cart Entity for further details.

Item Fields

In the WebShop pattern, the Item entity has no key and no attributes. During implementation, the Item entity should either be replaced with an implemented entity, or key fields and attribute fields should be specified.

Item Inheritance

The Item entity does not inherit from any pattern.